home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / dosmnu58.zip / NOBREAK.EXE / NOBRK.DOC < prev    next >
Text File  |  1993-10-19  |  909b  |  15 lines

  1. This is an addendum to the READ.ME file for NOBRK.
  2.  
  3. NOBRK can be extremely useful for your menu system as it virtually guarantees
  4. that users will not be able to break out of the menu system.  Although DOSmenu
  5. has built-in optional protection with the {r=nobreak} menu rights option, this
  6. option also has one potentially unworkable side effect in that Netware's
  7. mapping commands used from within a batch file do not work (they also do not
  8. work from a Windows DOS session).  NOBRK takes care of that problem for you.
  9.  
  10. The only thing to keep in mind when using NOBRK is that when ^C and ^Break
  11. keystrokes are disabled with the NOBRK OFF command, they are completely
  12. disabled not only in the batch file, but also for the application that is
  13. running.  This is usually not a problem because most programs do not use these
  14. two keys for any type of user commands.  But, of course, there are exceptions.
  15.